home *** CD-ROM | disk | FTP | other *** search
- /*
-
- CSS for Logout page.
-
- */
- BODY {
- _margin-top:0px;
- _margin-bottom:0px;
- margin:0px;
- padding:0px;
- background-color:#000060;
-
- font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
- font-size:10px;
- _overflow: auto;
- }
-
- .programInfo {
- display: inline-block;
- position: absolute;
- float:right;
- top:0px;
- right:0px;
- font-size: 16px;
- font-weight:bold;
- line-height: 40px;
- vertical-align: middle;
- margin-right: 5px;
- }
-
- .textLarge {
- line-height:20px;
- }
-
- .textSmall {
- padding-left:3px;
- line-height:12px;
- }
- #USER_INFO {
- top: 100px;
- left: 100px;
- position: relative;
- }
- .LOGIN_BUTTON {
- position: relative;
- left: 75px;
- }
-